<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
 * Copyright 2008-2018 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Base
 * Version: 6.1
 */

/* ---------- base ---------- */
html {
	color: #666666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	padding: 0px;
	margin: 0px;
}

a {
	color: #666666;
}

a:hover, a:focus {
	color: #ff6900;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

.hidden-element {
	display: none;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ---------- color ---------- */
.text-red-darker {
	color: #bd2636;
}

.text-red-dark {
	color: #d73435;
}

.text-red {
	color: #f04134;
}

.text-red-light {
	color: #f46e65;
}

.text-red-lighter {
	color: #f79992;
}

.text-green-darker {
	color: #007b43;
}

.text-green-dark {
	color: #00924c;
}

.text-green {
	color: #00a854;
}

.text-green-light {
	color: #3dbd7d;
}

.text-green-lighter {
	color: #76d0a3;
}

.text-blue-darker {
	color: #0c60aa;
}

.text-blue-dark {
	color: #0e77ca;
}

.text-blue {
	color: #108ee9;
}

.text-blue-light {
	color: #49a9ee;
}

.text-blue-lighter {
	color: #7ec2f3;
}

.text-pink-darker {
	color: #c11c7b;
}

.text-pink-dark {
	color: #dc277d;
}

.text-pink {
	color: #f5317f;
}

.text-pink-light {
	color: #f7629e;
}

.text-pink-lighter {
	color: #fa90ba;
}

.text-orange-darker {
	color: #b93600;
}

.text-orange-dark {
	color: #d75000;
}

.text-orange {
	color: #f56a00;
}

.text-orange-light {
	color: #f78e3d;
}

.text-orange-lighter {
	color: #faaf76;
}

.text-purple-darker {
	color: #533eb4;
}

.text-purple-dark {
	color: #6252cd;
}

.text-purple {
	color: #7265e6;
}

.text-purple-light {
	color: #948aec;
}

.text-purple-lighter {
	color: #b3acf2;
}

.text-yellow-darker {
	color: #c17500;
}

.text-yellow-dark {
	color: #e09a00;
}

.text-yellow {
	color: #ffbf00;
}

.text-yellow-light {
	color: #ffce3d;
}

.text-yellow-lighter {
	color: #ffdd76;
}

.text-cyan-darker {
	color: #00707f;
}

.text-cyan-dark {
	color: #008997;
}

.text-cyan {
	color: #00a2ae;
}

.text-cyan-light {
	color: #3db8c1;
}

.text-cyan-lighter {
	color: #76cdd3;
}

.text-gray-darker {
	color: #5a5a5a;
}

.text-gray-dark {
	color: #919191;
}

.text-gray {
	color: #bfbfbf;
}

.text-gray-light {
	color: #d9d9d9;
}

.text-gray-lighter {
	color: #e9e9e9;
}

.text-white {
	color: #ffffff;
}

.text-black {
	color: #000000;
}

.bg-red-darker {
	background-color: #bd2636;
}

.bg-red-dark {
	background-color: #d73435;
}

.bg-red {
	background-color: #f04134;
}

.bg-red-light {
	background-color: #f46e65;
}

.bg-red-lighter {
	background-color: #f79992;
}

.bg-green-darker {
	background-color: #007b43;
}

.bg-green-dark {
	background-color: #00924c;
}

.bg-green {
	background-color: #00a854;
}

.bg-green-light {
	background-color: #3dbd7d;
}

.bg-green-lighter {
	background-color: #76d0a3;
}

.bg-blue-darker {
	background-color: #0c60aa;
}

.bg-blue-dark {
	background-color: #0e77ca;
}

.bg-blue {
	background-color: #108ee9;
}

.bg-blue-light {
	background-color: #49a9ee;
}

.bg-blue-lighter {
	background-color: #7ec2f3;
}

.bg-pink-darker {
	background-color: #c11c7b;
}

.bg-pink-dark {
	background-color: #dc277d;
}

.bg-pink {
	background-color: #f5317f;
}

.bg-pink-light {
	background-color: #f7629e;
}

.bg-pink-lighter {
	background-color: #fa90ba;
}

.bg-orange-darker {
	background-color: #b93600;
}

.bg-orange-dark {
	background-color: #d75000;
}

.bg-orange {
	background-color: #f56a00;
}

.bg-orange-light {
	background-color: #f78e3d;
}

.bg-orange-lighter {
	background-color: #faaf76;
}

.bg-purple-darker {
	background-color: #533eb4;
}

.bg-purple-dark {
	background-color: #6252cd;
}

.bg-purple {
	background-color: #7265e6;
}

.bg-purple-light {
	background-color: #948aec;
}

.bg-purple-lighter {
	background-color: #b3acf2;
}

.bg-yellow-darker {
	background-color: #c17500;
}

.bg-yellow-dark {
	background-color: #e09a00;
}

.bg-yellow {
	background-color: #ffbf00;
}

.bg-yellow-light {
	background-color: #ffce3d;
}

.bg-yellow-lighter {
	background-color: #ffdd76;
}

.bg-cyan-darker {
	background-color: #00707f;
}

.bg-cyan-dark {
	background-color: #008997;
}

.bg-cyan {
	background-color: #00a2ae;
}

.bg-cyan-light {
	background-color: #3db8c1;
}

.bg-cyan-lighter {
	background-color: #76cdd3;
}

.bg-gray-darker {
	background-color: #5a5a5a;
}

.bg-gray-dark {
	background-color: #919191;
}

.bg-gray {
	background-color: #bfbfbf;
}

.bg-gray-light {
	background-color: #d9d9d9;
}

.bg-gray-lighter {
	background-color: #e9e9e9;
}

.bg-white {
	background-color: #ffffff;
}

.bg-black {
	background-color: #000000;
}

.pt-50 {
  padding-top: 50px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-5 {
  padding-top: 5px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-5 {
  padding-right: 5px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-5 {
  padding-left: 5px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.fz30 {
  font-size: 30px;
}
.fz29 {
  font-size: 29px;
}
.fz28 {
  font-size: 28px;
}
.fz27 {
  font-size: 27px;
}
.fz26 {
  font-size: 26px;
}
.fz25 {
  font-size: 25px;
}
.fz24 {
  font-size: 24px;
}
.fz23 {
  font-size: 23px;
}
.fz22 {
  font-size: 22px;
}
.fz21 {
  font-size: 21px;
}
.fz20 {
  font-size: 20px;
}
.fz19 {
  font-size: 19px;
}
.fz18 {
  font-size: 18px;
}
.fz17 {
  font-size: 17px;
}
.fz16 {
  font-size: 16px;
}
.fz15 {
  font-size: 15px;
}
.fz14 {
  font-size: 14px;
}
.fz13 {
  font-size: 13px;
}
.fz12 {
  font-size: 12px;
}
.w300 {
  width: 300px !important;
}
.w299 {
  width: 299px !important;
}
.w298 {
  width: 298px !important;
}
.w297 {
  width: 297px !important;
}
.w296 {
  width: 296px !important;
}
.w295 {
  width: 295px !important;
}
.w294 {
  width: 294px !important;
}
.w293 {
  width: 293px !important;
}
.w292 {
  width: 292px !important;
}
.w291 {
  width: 291px !important;
}
.w290 {
  width: 290px !important;
}
.w289 {
  width: 289px !important;
}
.w288 {
  width: 288px !important;
}
.w287 {
  width: 287px !important;
}
.w286 {
  width: 286px !important;
}
.w285 {
  width: 285px !important;
}
.w284 {
  width: 284px !important;
}
.w283 {
  width: 283px !important;
}
.w282 {
  width: 282px !important;
}
.w281 {
  width: 281px !important;
}
.w280 {
  width: 280px !important;
}
.w279 {
  width: 279px !important;
}
.w278 {
  width: 278px !important;
}
.w277 {
  width: 277px !important;
}
.w276 {
  width: 276px !important;
}
.w275 {
  width: 275px !important;
}
.w274 {
  width: 274px !important;
}
.w273 {
  width: 273px !important;
}
.w272 {
  width: 272px !important;
}
.w271 {
  width: 271px !important;
}
.w270 {
  width: 270px !important;
}
.w269 {
  width: 269px !important;
}
.w268 {
  width: 268px !important;
}
.w267 {
  width: 267px !important;
}
.w266 {
  width: 266px !important;
}
.w265 {
  width: 265px !important;
}
.w264 {
  width: 264px !important;
}
.w263 {
  width: 263px !important;
}
.w262 {
  width: 262px !important;
}
.w261 {
  width: 261px !important;
}
.w260 {
  width: 260px !important;
}
.w259 {
  width: 259px !important;
}
.w258 {
  width: 258px !important;
}
.w257 {
  width: 257px !important;
}
.w256 {
  width: 256px !important;
}
.w255 {
  width: 255px !important;
}
.w254 {
  width: 254px !important;
}
.w253 {
  width: 253px !important;
}
.w252 {
  width: 252px !important;
}
.w251 {
  width: 251px !important;
}
.w250 {
  width: 250px !important;
}
.w249 {
  width: 249px !important;
}
.w248 {
  width: 248px !important;
}
.w247 {
  width: 247px !important;
}
.w246 {
  width: 246px !important;
}
.w245 {
  width: 245px !important;
}
.w244 {
  width: 244px !important;
}
.w243 {
  width: 243px !important;
}
.w242 {
  width: 242px !important;
}
.w241 {
  width: 241px !important;
}
.w240 {
  width: 240px !important;
}
.w239 {
  width: 239px !important;
}
.w238 {
  width: 238px !important;
}
.w237 {
  width: 237px !important;
}
.w236 {
  width: 236px !important;
}
.w235 {
  width: 235px !important;
}
.w234 {
  width: 234px !important;
}
.w233 {
  width: 233px !important;
}
.w232 {
  width: 232px !important;
}
.w231 {
  width: 231px !important;
}
.w230 {
  width: 230px !important;
}
.w229 {
  width: 229px !important;
}
.w228 {
  width: 228px !important;
}
.w227 {
  width: 227px !important;
}
.w226 {
  width: 226px !important;
}
.w225 {
  width: 225px !important;
}
.w224 {
  width: 224px !important;
}
.w223 {
  width: 223px !important;
}
.w222 {
  width: 222px !important;
}
.w221 {
  width: 221px !important;
}
.w220 {
  width: 220px !important;
}
.w219 {
  width: 219px !important;
}
.w218 {
  width: 218px !important;
}
.w217 {
  width: 217px !important;
}
.w216 {
  width: 216px !important;
}
.w215 {
  width: 215px !important;
}
.w214 {
  width: 214px !important;
}
.w213 {
  width: 213px !important;
}
.w212 {
  width: 212px !important;
}
.w211 {
  width: 211px !important;
}
.w210 {
  width: 210px !important;
}
.w209 {
  width: 209px !important;
}
.w208 {
  width: 208px !important;
}
.w207 {
  width: 207px !important;
}
.w206 {
  width: 206px !important;
}
.w205 {
  width: 205px !important;
}
.w204 {
  width: 204px !important;
}
.w203 {
  width: 203px !important;
}
.w202 {
  width: 202px !important;
}
.w201 {
  width: 201px !important;
}
.w200 {
  width: 200px !important;
}
.w199 {
  width: 199px !important;
}
.w198 {
  width: 198px !important;
}
.w197 {
  width: 197px !important;
}
.w196 {
  width: 196px !important;
}
.w195 {
  width: 195px !important;
}
.w194 {
  width: 194px !important;
}
.w193 {
  width: 193px !important;
}
.w192 {
  width: 192px !important;
}
.w191 {
  width: 191px !important;
}
.w190 {
  width: 190px !important;
}
.w189 {
  width: 189px !important;
}
.w188 {
  width: 188px !important;
}
.w187 {
  width: 187px !important;
}
.w186 {
  width: 186px !important;
}
.w185 {
  width: 185px !important;
}
.w184 {
  width: 184px !important;
}
.w183 {
  width: 183px !important;
}
.w182 {
  width: 182px !important;
}
.w181 {
  width: 181px !important;
}
.w180 {
  width: 180px !important;
}
.w179 {
  width: 179px !important;
}
.w178 {
  width: 178px !important;
}
.w177 {
  width: 177px !important;
}
.w176 {
  width: 176px !important;
}
.w175 {
  width: 175px !important;
}
.w174 {
  width: 174px !important;
}
.w173 {
  width: 173px !important;
}
.w172 {
  width: 172px !important;
}
.w171 {
  width: 171px !important;
}
.w170 {
  width: 170px !important;
}
.w169 {
  width: 169px !important;
}
.w168 {
  width: 168px !important;
}
.w167 {
  width: 167px !important;
}
.w166 {
  width: 166px !important;
}
.w165 {
  width: 165px !important;
}
.w164 {
  width: 164px !important;
}
.w163 {
  width: 163px !important;
}
.w162 {
  width: 162px !important;
}
.w161 {
  width: 161px !important;
}
.w160 {
  width: 160px !important;
}
.w159 {
  width: 159px !important;
}
.w158 {
  width: 158px !important;
}
.w157 {
  width: 157px !important;
}
.w156 {
  width: 156px !important;
}
.w155 {
  width: 155px !important;
}
.w154 {
  width: 154px !important;
}
.w153 {
  width: 153px !important;
}
.w152 {
  width: 152px !important;
}
.w151 {
  width: 151px !important;
}
.w150 {
  width: 150px !important;
}
.w149 {
  width: 149px !important;
}
.w148 {
  width: 148px !important;
}
.w147 {
  width: 147px !important;
}
.w146 {
  width: 146px !important;
}
.w145 {
  width: 145px !important;
}
.w144 {
  width: 144px !important;
}
.w143 {
  width: 143px !important;
}
.w142 {
  width: 142px !important;
}
.w141 {
  width: 141px !important;
}
.w140 {
  width: 140px !important;
}
.w139 {
  width: 139px !important;
}
.w138 {
  width: 138px !important;
}
.w137 {
  width: 137px !important;
}
.w136 {
  width: 136px !important;
}
.w135 {
  width: 135px !important;
}
.w134 {
  width: 134px !important;
}
.w133 {
  width: 133px !important;
}
.w132 {
  width: 132px !important;
}
.w131 {
  width: 131px !important;
}
.w130 {
  width: 130px !important;
}
.w129 {
  width: 129px !important;
}
.w128 {
  width: 128px !important;
}
.w127 {
  width: 127px !important;
}
.w126 {
  width: 126px !important;
}
.w125 {
  width: 125px !important;
}
.w124 {
  width: 124px !important;
}
.w123 {
  width: 123px !important;
}
.w122 {
  width: 122px !important;
}
.w121 {
  width: 121px !important;
}
.w120 {
  width: 120px !important;
}
.w119 {
  width: 119px !important;
}
.w118 {
  width: 118px !important;
}
.w117 {
  width: 117px !important;
}
.w116 {
  width: 116px !important;
}
.w115 {
  width: 115px !important;
}
.w114 {
  width: 114px !important;
}
.w113 {
  width: 113px !important;
}
.w112 {
  width: 112px !important;
}
.w111 {
  width: 111px !important;
}
.w110 {
  width: 110px !important;
}
.w109 {
  width: 109px !important;
}
.w108 {
  width: 108px !important;
}
.w107 {
  width: 107px !important;
}
.w106 {
  width: 106px !important;
}
.w105 {
  width: 105px !important;
}
.w104 {
  width: 104px !important;
}
.w103 {
  width: 103px !important;
}
.w102 {
  width: 102px !important;
}
.w101 {
  width: 101px !important;
}
.w100 {
  width: 100px !important;
}
.w99 {
  width: 99px !important;
}
.w98 {
  width: 98px !important;
}
.w97 {
  width: 97px !important;
}
.w96 {
  width: 96px !important;
}
.w95 {
  width: 95px !important;
}
.w94 {
  width: 94px !important;
}
.w93 {
  width: 93px !important;
}
.w92 {
  width: 92px !important;
}
.w91 {
  width: 91px !important;
}
.w90 {
  width: 90px !important;
}
.w89 {
  width: 89px !important;
}
.w88 {
  width: 88px !important;
}
.w87 {
  width: 87px !important;
}
.w86 {
  width: 86px !important;
}
.w85 {
  width: 85px !important;
}
.w84 {
  width: 84px !important;
}
.w83 {
  width: 83px !important;
}
.w82 {
  width: 82px !important;
}
.w81 {
  width: 81px !important;
}
.w80 {
  width: 80px !important;
}
.w79 {
  width: 79px !important;
}
.w78 {
  width: 78px !important;
}
.w77 {
  width: 77px !important;
}
.w76 {
  width: 76px !important;
}
.w75 {
  width: 75px !important;
}
.w74 {
  width: 74px !important;
}
.w73 {
  width: 73px !important;
}
.w72 {
  width: 72px !important;
}
.w71 {
  width: 71px !important;
}
.w70 {
  width: 70px !important;
}
.w69 {
  width: 69px !important;
}
.w68 {
  width: 68px !important;
}
.w67 {
  width: 67px !important;
}
.w66 {
  width: 66px !important;
}
.w65 {
  width: 65px !important;
}
.w64 {
  width: 64px !important;
}
.w63 {
  width: 63px !important;
}
.w62 {
  width: 62px !important;
}
.w61 {
  width: 61px !important;
}
.w60 {
  width: 60px !important;
}
.w59 {
  width: 59px !important;
}
.w58 {
  width: 58px !important;
}
.w57 {
  width: 57px !important;
}
.w56 {
  width: 56px !important;
}
.w55 {
  width: 55px !important;
}
.w54 {
  width: 54px !important;
}
.w53 {
  width: 53px !important;
}
.w52 {
  width: 52px !important;
}
.w51 {
  width: 51px !important;
}
.w50 {
  width: 50px !important;
}
.w49 {
  width: 49px !important;
}
.w48 {
  width: 48px !important;
}
.w47 {
  width: 47px !important;
}
.w46 {
  width: 46px !important;
}
.w45 {
  width: 45px !important;
}
.w44 {
  width: 44px !important;
}
.w43 {
  width: 43px !important;
}
.w42 {
  width: 42px !important;
}
.w41 {
  width: 41px !important;
}
.w40 {
  width: 40px !important;
}
.w39 {
  width: 39px !important;
}
.w38 {
  width: 38px !important;
}
.w37 {
  width: 37px !important;
}
.w36 {
  width: 36px !important;
}
.w35 {
  width: 35px !important;
}
.w34 {
  width: 34px !important;
}
.w33 {
  width: 33px !important;
}
.w32 {
  width: 32px !important;
}
.w31 {
  width: 31px !important;
}
.w30 {
  width: 30px !important;
}
.w29 {
  width: 29px !important;
}
.w28 {
  width: 28px !important;
}
.w27 {
  width: 27px !important;
}
.w26 {
  width: 26px !important;
}
.w25 {
  width: 25px !important;
}
.w24 {
  width: 24px !important;
}
.w23 {
  width: 23px !important;
}
.w22 {
  width: 22px !important;
}
.w21 {
  width: 21px !important;
}
.w20 {
  width: 20px !important;
}
.w19 {
  width: 19px !important;
}
.w18 {
  width: 18px !important;
}
.w17 {
  width: 17px !important;
}
.w16 {
  width: 16px !important;
}
.w15 {
  width: 15px !important;
}
.w14 {
  width: 14px !important;
}
.w13 {
  width: 13px !important;
}
.w12 {
  width: 12px !important;
}
.w11 {
  width: 11px !important;
}
.w10 {
  width: 10px !important;
}
.w9 {
  width: 9px !important;
}
.w8 {
  width: 8px !important;
}
.w7 {
  width: 7px !important;
}
.w6 {
  width: 6px !important;
}
.w5 {
  width: 5px !important;
}
.w4 {
  width: 4px !important;
}
.w3 {
  width: 3px !important;
}
.w2 {
  width: 2px !important;
}
.w1 {
  width: 1px !important;
}
.pointer {
  cursor: pointer;
}
.flex-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex,
.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-around,
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ---------- button ---------- */
.btn-default {
	color: #666666;
	-webkit-transition: color 0.3s, box-shadow 0.3s, border-color 0.3s, background-color 0.3s;
	transition: color 0.3s, box-shadow 0.3s, border-color 0.3s, background-color 0.3s;
	border-color: #d8d8d8;
}

.btn-default:hover {
	color: #49a9ee;
	box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.3);
	border-color: #49a9ee;
	background-color: #ffffff;
}

.btn-default:focus, .btn-default.focus {
	color: #49a9ee;
	outline: none;
	box-shadow: 0px 0px 0px 2px rgba(16, 142, 233, 0.1);
	border-color: #49a9ee;
	background-color: #ffffff;
}

.btn-default:active, .btn-default.active, .open &gt; .dropdown-toggle.btn-default {
	color: #49a9ee;
	box-shadow: 0px 0px 0px 2px rgba(16, 142, 233, 0.1);
	border-color: #49a9ee;
	background-color: #ffffff;
}

.btn-default:active:hover, .btn-default.active:hover, .open &gt; .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open &gt; .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open &gt; .dropdown-toggle.btn-default.focus {
	color: #49a9ee;
	outline: none;
	box-shadow: 0px 0px 0px 2px rgba(16, 142, 233, 0.1);
	border-color: #49a9ee;
	background-color: #fefefe;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
	color: #666666;
	box-shadow: none;
	border-color: #d8d8d8;
	background-color: #f8f8f8;
}

.input-group .btn-default:hover, .input-group .btn-default:focus, .input-group .btn-default:active {
	z-index: 3;
}

.btn-primary {
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	border-color: #108ee9;
	background-color: #108ee9;
}

.btn-primary:hover {
	border-color: #49a9ee;
	background-color: #49a9ee;
}

.btn-primary:focus, .btn-primary.focus {
	outline: none;
	border-color: #49a9ee;
	background-color: #49a9ee;
}

.btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary {
	border-color: #49a9ee;
	background-color: #49a9ee;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open &gt; .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open &gt; .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open &gt; .dropdown-toggle.btn-primary.focus {
	outline: none;
	border-color: #49a9ee;
	background-color: #49a9ee;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	border-color: #49a9ee;
	background-color: #49a9ee;
}

.btn-icon {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-icon.btn-lg {
	padding-right: 13px;
	padding-left: 13px;
}

.btn-icon.btn-sm {
	padding-right: 7px;
	padding-left: 7px;
}

.btn-icon.btn-xs {
	padding-right: 3px;
	padding-left: 3px;
}

.btn-clicked {
	position: relative;
}

.btn-clicked:after {
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	content: "";
	opacity: 0.5;
	-webkit-animation: btnClickedEffect 0.3s ease-out forwards;
	animation: btnClickedEffect 0.3s ease-out forwards;
	border-radius: inherit;
	border: 0px solid #108ee9;
}

.btn-before-submit:disabled {
	cursor: pointer;
}

@-webkit-keyframes btnClickedEffect {
	to {
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
		opacity: 0;
		border-width: 6px;
	}
}

@keyframes btnClickedEffect {
	to {
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
		opacity: 0;
		border-width: 6px;
	}
}

/* ---------- input ---------- */
.item-required:before {
	line-height: 1px;
	display: inline-block;
	margin-right: 4px;
	content: "*";
	color: #ff4949;
	font-family: 'SimSun';
	font-size: 12px;
}

.form-group label {
	color: #666666;
	font-weight: normal;
}

.form-group .help-block, td .help-block {
	margin: 1px 0px;
	color: #ff4949;
}

input.form-control, textarea.form-control {
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s;
	border-color: #d8d8d8;
}

input.form-control:hover, textarea.form-control:hover {
	box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.3);
	border-color: #49a9ee;
}

input.form-control:active, textarea.form-control:active {
	border-color: #0e77ca;
}

input.form-control:focus, textarea.form-control:focus {
	box-shadow: 0px 0px 0px 2px rgba(16, 142, 233, 0.1);
	border-color: #49a9ee;
}

input.form-control:disabled, textarea.form-control:disabled {
	color: #666666;
	box-shadow: none;
	border-color: #d8d8d8;
	background-color: #f8f8f8;
}

.input-group-addon {
	min-width: 40px;
	padding: 6px;
	background-color: #fefefe;
}

.input-group input.form-control:hover {
	z-index: 3;
}

/* ---------- breadcrumb ---------- */
.breadcrumb {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

/* ---------- panel ---------- */
.panel {
	box-shadow: none;
}

.panel-footer {
	border-top-color: #eeeeee;
	background-color: #ffffff;
}

.panel-default {
	border-color: #eeeeee;
}

.panel-default &gt; .panel-heading {
	border-color: #eeeeee;
	background-color: #ffffff;
}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #eeeeee;
}

.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #eeeeee;
}

/* ---------- list-group ---------- */
.list-group-item {
	border-color: #eeeeee;
}

.panel-body &gt; .list-group:last-child, .tab-pane &gt; .list-group:last-child {
	margin-bottom: 0px;
}

.panel-body &gt; .list-group &gt; .list-group-item, .tab-pane &gt; .list-group &gt; .list-group-item {
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 0px;
	border-right: none;
	border-left: none;
}

.panel-body &gt; .list-group &gt; .list-group-item:first-child, .tab-pane &gt; .list-group &gt; .list-group-item:first-child {
	padding-top: 0px;
	border-top: none;
}

.panel-body &gt; .list-group &gt; .list-group-item:last-child, .tab-pane &gt; .list-group &gt; .list-group-item:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

/* ---------- media ---------- */
.media h1 {
	max-height: 76px;
	line-height: 38px;
	overflow: hidden;
}

.media h2 {
	max-height: 62px;
	line-height: 31px;
	overflow: hidden;
}

.media h3 {
	max-height: 54px;
	line-height: 27px;
	overflow: hidden;
}

.media h4 {
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.media h5, .media h6 {
	max-height: 34px;
	line-height: 17px;
	overflow: hidden;
}

/* ---------- media-list ---------- */
.panel-body &gt; .media-list &gt; .media:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

/* ---------- thumbnail ---------- */
.thumbnail {
	border-color: #eeeeee;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #d8d8d8;
}

/* ---------- img-thumbnail ---------- */
.img-thumbnail {
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border-color: #eeeeee;
}

.img-thumbnail:hover {
	border-color: #d8d8d8;
}

.media-object.img-thumbnail {
	max-width: 60px;
}

/* ---------- dropdown-menu ---------- */
.dropdown-menu {
	-webkit-animation: dropdownMenuEffect 0.3s;
	animation: dropdownMenuEffect 0.3s;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-color: #d8d8d8;
}

.dropdown-menu &gt; li &gt; a {
	padding: 5px 10px;
	outline: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	background-color: #ecf6fd;
}

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
	background-color: #0e77ca;
}

@-webkit-keyframes dropdownMenuEffect {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	to {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@keyframes dropdownMenuEffect {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0.8);
		transform: scaleY(0.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	to {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

/* ---------- tab ---------- */
.nav-tabs {
	margin-bottom: 15px;
}

/* ---------- table ---------- */
.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
	padding: 12px 8px;
	color: #666666;
	vertical-align: middle;
	border-color: #eeeeee;
}

.table &gt; thead &gt; tr &gt; th {
	border-bottom: 1px solid #e0e0e0;
}

.table th:first-child, .table td:first-child {
	padding-left: 5px;
}

.table th:last-child, .table td:last-child {
	padding-right: 5px;
}

.table-bordered {
	border-color: #eeeeee;
}

.table-bordered &gt; thead &gt; tr &gt; th, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; td {
	border-color: #eeeeee;
}

.table-hover &gt; tbody &gt; tr {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.table-hover &gt; tbody &gt; tr:hover {
	background-color: #eff9ff;
}

.table-dashed &gt; thead &gt; tr &gt; th, .table-dashed &gt; tbody &gt; tr &gt; th, .table-dashed &gt; tfoot &gt; tr &gt; th, .table-dashed &gt; thead &gt; tr &gt; td, .table-dashed &gt; tbody &gt; tr &gt; td, .table-dashed &gt; tfoot &gt; tr &gt; td {
	border: 1px dashed #dddddd;
}

.panel-body &gt; .table:last-child, .panel-body &gt; .table-responsive &gt; .table:last-child {
	margin-bottom: 0px;
}

/* ---------- pagination ---------- */
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	color: #666666;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border-color: #d8d8d8;
}

.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
	color: #49a9ee;
	border-color: #49a9ee;
	background-color: transparent;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
	border-color: #108ee9;
	background-color: #108ee9;
}

/* ---------- tooltip ---------- */
.tooltip {
	-webkit-animation: tooltipEffect 0.3s;
	animation: tooltipEffect 0.3s;
}

.tooltip .tooltip-inner {
	max-width: 500px;
	text-align: left;
	word-break: break-all;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.6);
}

.tooltip.top .tooltip-arrow {
	border-top-color: rgba(0, 0, 0, 0.6);
}

.tooltip.right .tooltip-arrow {
	border-right-color: rgba(0, 0, 0, 0.6);
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgba(0, 0, 0, 0.6);
}

.tooltip.left .tooltip-arrow {
	border-left-color: rgba(0, 0, 0, 0.6);
}

@-webkit-keyframes tooltipEffect {
	from {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes tooltipEffect {
	from {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ---------- validation ---------- */
.has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #666666;
}

.has-warning .help-block {
	color: #ff4949;
}

.has-warning .form-control {
	box-shadow: none;
	border-color: #ff4949;
}

.has-warning .form-control:hover {
	box-shadow: none;
	border-color: #ff4949;
}

.has-warning .form-control:focus {
	box-shadow: none;
	border-color: #ff4949;
}

.has-warning .input-group-addon {
	color: #ff4949;
	border-color: #ff4949;
	background-color: #ffffff;
}

.has-warning .input-group-addon .iconfont {
	color: #ff4949;
}

.has-warning .form-control-feedback {
	color: #ff4949;
}

/* ---------- icon ---------- */
.iconfont {
	font-size: 12px;
}

.btn .iconfont {
	line-height: 1px;
	display: inline-block;
	position: relative;
	top: 1px;
}

.table &gt; thead &gt; tr &gt; th .iconfont {
	color: #cccccc;
}

.btn &gt; .caret, .dropup &gt; .btn &gt; .caret {
	border-top-color: #cccccc !important;
}

/* ---------- bootstrap-growl ---------- */
.bootstrap-growl {
	min-width: 280px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px 0px 50px;
	color: #666666;
	font-size: 14px;
	white-space: nowrap;
	-webkit-animation: bootstrapGrowlEffect 0.5s;
	animation: bootstrapGrowlEffect 0.5s;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 0px 6px rgba(0, 0, 0, 0.04);
	border-radius: 0px;
	border-color: #dddddd;
	background-color: #ffffff;
}

.bootstrap-growl:before {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #ffffff;
	font-family: 'Glyphicons Halflings';
	text-align: center;
}

.bootstrap-growl.alert-info:before {
	content: '\e013';
	background-color: #00b6f5;
}

.bootstrap-growl.alert-success:before {
	content: '\e013';
	background-color: #00d75e;
}

.bootstrap-growl.alert-warning:before {
	content: '\e014';
	background-color: #ff7400;
}

.bootstrap-growl.alert-danger:before {
	content: '\e014';
	background-color: #fc272f;
}

@keyframes bootstrapGrowlEffect {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes bootstrapGrowlEffect {
	from {
		opacity: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* ---------- bootstrap-select ---------- */
.bootstrap-select .dropdown-toggle:focus {
	outline: none!important;
}

/* ---------- awesome-bootstrap-checkbox ---------- */
.checkbox&gt;label, .radio&gt;label {
	padding-left: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox&gt;label:before, .radio&gt;label:before {
	width: 15px;
	height: 15px;
	-webkit-transition: box-shadow 0.3s, border-color 0.3s;
	transition: box-shadow 0.3s, border-color 0.3s;
}

.checkbox input[type="checkbox"]:hover + label:before, .radio input[type="radio"]:hover + label:before {
	box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.3);
	border-color: #66afe9;
}

.checkbox input[type="checkbox"]:focus + label:before, .radio input[type="radio"]:focus + label:before {
	outline: none;
}

.checkbox input[type="checkbox"]:disabled + label:before, .radio input[type="radio"]:disabled + label:before, .checkbox input[type="checkbox"]:disabled:hover + label:before, .radio input[type="radio"]:disabled:hover + label:before {
	color: #666666;
	box-shadow: none;
	border-color: #d8d8d8;
	background-color: #f8f8f8;
}

.checkbox&gt;label:after {
	width: 15px;
	height: 15px;
	padding: 0px;
	text-align: center;
	-webkit-animation: checkboxEffect 0.3s;
	animation: checkboxEffect 0.3s;
}

.radio&gt;label:after {
	width: 9px;
	height: 9px;
	padding: 0px;
	text-align: center;
}

.checkbox&gt;input[type="checkbox"], .radio&gt;input[type="radio"] {
	width: 15px;
	height: 15px;
	margin-top: 0px;
}

.input-group-addon&gt;.checkbox {
	min-height: 17px;
	padding-top: 0px;
}

.input-group-addon&gt;.checkbox&gt;label:after {
	padding-top: 2px;
}

th .checkbox, td .checkbox {
	margin-top: 0px;
	margin-bottom: 0px;
}

@keyframes checkboxEffect {
	from {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes checkboxEffect {
	from {
		opacity: 0;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* ---------- date-time-picker ---------- */
.bootstrap-datetimepicker-widget .timepicker .table-condensed tr td {
	padding: 0px;
}

.bootstrap-datetimepicker-widget .timepicker .table-condensed tr td a {
	background-color: transparent;
}

/* ---------- file-input ---------- */
.file-input .single-file-preview {
	padding: 0px;
	border: none;
}

.file-input .single-file-preview .file-preview-frame {
	margin: 0px;
	box-shadow: none;
	border-radius: 4px;
}

.file-input .single-file-preview .file-preview-frame:hover {
	box-shadow: none;
}

.file-input .single-file-preview .file-preview-frame .kv-file-content {
	height: auto;
}

.file-input .single-file-preview .file-preview-frame .kv-file-content img {
	max-width: 100%;
	max-height: 80px;
}

.file-input .single-file-preview .file-preview-frame .file-thumbnail-footer {
	height: auto;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.file-input .single-file-preview .file-preview-frame .file-thumbnail-footer .btn-kv {
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.file-input .single-file-preview .file-error-message {
	margin: 0px 0px 8px 0px;
}

.file-input .multiple-file-preview .file-preview-frame {
	box-shadow: none;
	border-radius: 4px;
}

.file-input .multiple-file-preview .file-preview-frame:hover {
	box-shadow: none;
}

.file-input .multiple-file-preview .file-preview-frame.sortable-chosen {
	cursor: move;
	border: 1px solid #49a9ee;
	background-color: #ffffff;
}

.file-input .multiple-file-preview .file-preview-frame.sortable-ghost {
	opacity: 0.5;
	border: 1px dashed #49a9ee;
}

.file-input .multiple-file-preview .file-preview-frame .kv-file-content {
	height: auto;
}

.file-input .multiple-file-preview .file-preview-frame .kv-file-content img {
	max-width: 100%;
	max-height: 80px;
}

.file-input .multiple-file-preview .file-preview-frame .file-thumbnail-footer {
	height: auto;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.file-input .multiple-file-preview .file-preview-frame .file-thumbnail-footer .btn-kv {
	width: 22px;
	height: 22px;
	line-height: 22px;
}

/* ---------- spinner ---------- */
.spinner.input-group {
	width: 80px;
}

.spinner.input-group.input-group-sm {
	width: 60px;
}

.spinner.input-group.input-group-lg {
	width: 100px;
}

.spinner.input-group .form-control {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	box-shadow: none;
}

.spinner.input-group .input-group-addon {
	min-width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fefefe;
}

.spinner.input-group.input-group-sm .input-group-addon {
	padding-right: 5px;
	padding-left: 5px;
}

.spinner.input-group.input-group-lg .input-group-addon {
	padding-right: 10px;
	padding-left: 10px;
}

.spinner.input-group .input-group-addon .spin-up .fa, .spinner.input-group .input-group-addon .spin-down .fa {
	margin-top: -6px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.spinner.input-group.input-group-lg .input-group-addon .spin-up .fa, .spinner.input-group.input-group-lg .input-group-addon .spin-down .fa {
	margin-top: -12px;
}

/* ---------- bxslider ---------- */
.bx-wrapper {
	margin-bottom: 0px;
	box-shadow: none;
	border: none;
}

.bx-wrapper .bx-controls-direction a {
	width: 25px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	z-index: 200;
	color: #ffffff;
	font-family: 'iconfont';
	font-size: 20px;
	text-align: center;
	text-indent: 0px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color: rgba(0, 0, 0, 0.1);
}

.bx-wrapper .bx-controls-direction a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.bx-wrapper .bx-prev {
	left: 0px;
	background: none;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 30px;
	z-index: 100;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	opacity: 0.2;
	background-color: #000000;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 0.6;
}

/* ---------- scrollload ---------- */
.scrollload-loader {
	line-height: 30px;
	text-align: center;
}

.scrollload-loader span {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0px 2px;
	vertical-align: middle;
	-webkit-animation: scrollloadLoaderEffect 0.8s linear infinite alternate;
	animation: scrollloadLoaderEffect 0.8s linear infinite alternate;
	border-radius: 100%;
}

.scrollload-loader span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background-color: rgba(245, 103, 115, 0.6);
}

.scrollload-loader span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background-color: rgba(245, 103, 115, 0.8);
}

.scrollload-loader span:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
	background-color: rgba(245, 103, 115, 1);
}

.scrollload-loader span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background-color: rgba(245, 103, 115, 0.8);
}

.scrollload-loader span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background-color: rgba(245, 103, 115, 0.6);
}

.scrollload-no-more-data {
	height: 50px;
	line-height: 50px;
	position: relative;
	color: #cccccc;
	text-align: center;
}

.scrollload-no-more-data:before {
	width: -webkit-calc(50% - 100px);
	width: calc(50% - 100px);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50px;
	content: '';
	background: -webkit-linear-gradient(left, #f8f8f8, #eeeeee);
	background: -moz-linear-gradient(left, #f8f8f8, #eeeeee);
	background: linear-gradient(left, #f8f8f8, #eeeeee);
}

.scrollload-no-more-data:after {
	width: -webkit-calc(50% - 100px);
	width: calc(50% - 100px);
	height: 1px;
	position: absolute;
	top: 50%;
	right: 50px;
	content: '';
	background: -webkit-linear-gradient(left, #eeeeee, #f8f8f8);
	background: -moz-linear-gradient(left, #eeeeee, #f8f8f8);
	background: linear-gradient(left, #eeeeee, #f8f8f8);
}

.scrollload-exception {
	height: 50px;
	line-height: 50px;
	position: relative;
	color: #cccccc;
	text-align: center;
}

.scrollload-exception:before {
	width: -webkit-calc(50% - 100px);
	width: calc(50% - 100px);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50px;
	content: '';
	background: -webkit-linear-gradient(left, #f8f8f8, #eeeeee);
	background: -moz-linear-gradient(left, #f8f8f8, #eeeeee);
	background: linear-gradient(left, #f8f8f8, #eeeeee);
}

.scrollload-exception:after {
	width: -webkit-calc(50% - 100px);
	width: calc(50% - 100px);
	height: 1px;
	position: absolute;
	top: 50%;
	right: 50px;
	content: '';
	background: -webkit-linear-gradient(left, #eeeeee, #f8f8f8);
	background: -moz-linear-gradient(left, #eeeeee, #f8f8f8);
	background: linear-gradient(left, #eeeeee, #f8f8f8);
}

@keyframes scrollloadLoaderEffect {
	from {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes scrollloadLoaderEffect {
	from {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

/* ---------- iScroll ---------- */
.iScrollVerticalScrollbar {
	width: 4px!important;
}

.iScrollHorizontalScrollbar {
	height: 4px!important;
}

/* ---------- velocity ---------- */
.velocity-animating input:disabled {
	background-color: transparent;
}

/* ---------- captcha ---------- */
input.captcha {
	ime-mode: disabled;
	text-transform: uppercase;
}

img.captcha-image {
	height: 31px;
	cursor: pointer;
}

/* ---------- unsupported-browser-iframe ---------- */
.unsupported-browser-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

/* ---------- bootstrap-star-rating ---------- */
.rating-container .empty-stars {
	color: #cccccc;
}

.rating-container .filled-stars {
	color: #fdaa01;
	-webkit-text-stroke: 0px;
	text-shadow: none;
}

.rating-container .rating-input {
	display: none;
}

.rating-container.rating-xs, .rating-container.rating-xs .iconfont {
	font-size: 12px;
}

.rating-container.rating-sm, .rating-container.rating-sm .iconfont {
	font-size: 14px;
}

.rating-container.rating-md, .rating-container.rating-md .iconfont {
	font-size: 16px;
}

.rating-container.rating-lg, .rating-container.rating-lg .iconfont {
	font-size: 18px;
}

.rating-container.rating-xl, .rating-container.rating-xl .iconfont {
	font-size: 20px;
}

/* ---------- summernote ---------- */
.note-editor.note-frame .note-editing-area .note-editable ul {
	padding-left: 40px;
	list-style: disc;
}

.note-editor.note-frame .note-editing-area .note-editable ol {
	padding-left: 40px;
	list-style: decimal;
}

.input-inline {
	display: inline-block;
	width: 120px;
	width: initial;
}


/**
srarch input plugin
 */
.search-text-box .search-loading {
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
	animation-name: search-loading;
	animation-timing-function: linear;
	border-radius: 99em;
	border: 3px solid #ddd;
	border-left-color: #666;
	width: 16px;
	height: 16px;
	border-width: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -8px;
	z-index: 10;
}

@keyframes search-loading {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.search-text-box {
	position: relative;
	width: 100%;
}

.search-text-box ul {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
	list-style: none;
	padding: 6px 0;
	margin: 0;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	max-height: 274px;
	min-height: 40px;
	overflow-y: auto;
	z-index: 9;
}

.search-text-box ul li {
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	cursor: pointer;
}

.search-text-box ul li:hover {
	background-color: #f5f7fa;
}

.search-text-box ul p {
	font-size: 14px;
	padding: 0 20px;
	color: #606266;
	height: 34px;
	line-height: 34px;
	margin: 0;
}

.search-text-box ul p.nodata {
	text-align: center;
}

.m-register-tip-wrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3000;
}

.m-register-tip-wrap .register-tip {
	position: relative;
	height: 350px;
	width: 550px;
	background: url(../images/register_tip.jpg) 0px 0px no-repeat;
}

.m-register-tip-wrap .register-tip .close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 12px 26px;
}

.m-register-tip-wrap .register-tip .register-link {
	position: absolute;
	display: inline-block;
	right: 200px;
	bottom: 60px;
	cursor: pointer;
	width: 150px;
	height: 43px;
}

.m-register-tip-wrap .register-tip .login-link {
	position: absolute;
	display: inline-block;
	right: 200px;
	bottom: 33px;
	cursor: pointer;
	width: 150px;
	height: 21px;
}
</pre></body></html>